home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_28222.txt < prev    next >
Text File  |  1990-03-19  |  5KB  |  248 lines

  1. -- card: 28222 from stack: in
  2. -- bmap block id: 50781
  3. -- flags: 0000
  4. -- background id: 49679
  5. -- name: content 2
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global mapLoc, cardLoc
  9.   set hilite of bg btn "content 2" to true
  10.   if cardloc < 22 then
  11.     if maploc = "f&b" then
  12.       set hilite of cd btn ("f&b" && cardLoc) to true
  13.     end if
  14.   end if
  15. end opencard
  16.  
  17. on closeCard
  18.   global mapLoc, cardLoc
  19.   set hilite of bg btn "content 2" to false
  20.   if maploc = "f&b" then
  21.     if cardloc < 22 then
  22.       set hilite of cd btn ("f&b" && cardLoc) to false
  23.     end if
  24.   end if
  25. end closeCard
  26.  
  27.  
  28.  
  29. -- part 1 (field)
  30. -- low flags: 01
  31. -- high flags: 2000
  32. -- rect: left=124 top=136 right=280 bottom=481
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41.  
  42.  
  43. -- part 5 (button)
  44. -- low flags: 00
  45. -- high flags: 2002
  46. -- rect: left=108 top=144 right=156 bottom=129
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: f&b 0
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   push card
  58.   visual effect dissolve
  59.   go card "f&b 0"
  60. end mouseUp
  61.  
  62.  
  63.  
  64.  
  65. -- part 6 (button)
  66. -- low flags: 00
  67. -- high flags: 2002
  68. -- rect: left=108 top=160 right=172 bottom=129
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: f&b 1
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   push card
  80.   visual effect dissolve
  81.   go card "f&b 1"
  82. end mouseUp
  83.  
  84.  
  85.  
  86.  
  87. -- part 7 (button)
  88. -- low flags: 00
  89. -- high flags: 2002
  90. -- rect: left=108 top=176 right=188 bottom=129
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: f&b 2
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   push card
  102.   visual effect dissolve
  103.   go card "f&b 2"
  104. end mouseUp
  105.  
  106.  
  107.  
  108.  
  109. -- part 8 (button)
  110. -- low flags: 00
  111. -- high flags: 2002
  112. -- rect: left=107 top=191 right=204 bottom=130
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: f&b 3
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   push card
  124.   visual effect dissolve
  125.   go card "f&b 3"
  126. end mouseUp
  127.  
  128.  
  129.  
  130.  
  131. -- part 9 (button)
  132. -- low flags: 00
  133. -- high flags: 2002
  134. -- rect: left=107 top=207 right=220 bottom=130
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: f&b 4
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   push card
  146.   visual effect dissolve
  147.   go card "f&b 4"
  148. end mouseUp
  149.  
  150.  
  151.  
  152.  
  153. -- part 10 (button)
  154. -- low flags: 00
  155. -- high flags: 2002
  156. -- rect: left=106 top=223 right=236 bottom=129
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: f&b 5
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   push card
  168.   visual effect dissolve
  169.   go card "f&b 5"
  170. end mouseUp
  171.  
  172.  
  173.  
  174.  
  175. -- part 11 (button)
  176. -- low flags: 00
  177. -- high flags: 2002
  178. -- rect: left=107 top=239 right=252 bottom=130
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: f&b 6
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   push card
  190.   visual effect dissolve
  191.   go card "f&b 6"
  192. end mouseUp
  193.  
  194.  
  195.  
  196.  
  197. -- part 12 (button)
  198. -- low flags: 00
  199. -- high flags: 2002
  200. -- rect: left=107 top=256 right=269 bottom=130
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: f&b 7
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   push card
  212.   visual effect dissolve
  213.   go card "f&b 7"
  214. end mouseUp
  215.  
  216.  
  217.  
  218.  
  219. -- part contents for background part 1
  220. ----- text -----
  221. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  222.  
  223. -- part contents for background part 2
  224. ----- text -----
  225. Stack Contents
  226.  
  227. -- part contents for background part 8
  228. ----- text -----
  229. content2
  230.  
  231. -- part contents for background part 11
  232. ----- text -----
  233. Click any card to go there, a highlighted card indicates where you just came from.
  234.  
  235. -- part contents for background part 12
  236. ----- text -----
  237. Features and Advantages
  238.  
  239. -- part contents for card part 1
  240. ----- text -----
  241. Opening Card
  242. Introduction:  General Features and Benefits
  243. Extends Macintosh Graphics Advantage
  244. Increased Standard Video Capabilities of Modular Macintosh computers
  245. Allows Increased Use of Color and Grayscale
  246. Easier, More Flexible Upgrade Paths For Macintosh Display Capabilities
  247. Compatible with Virtually All Macintosh Applications
  248. Compatible with Installed Base of Modular Macintosh Computers